.kenesis-body {
    height: auto;
    background: #f1eee7;
    background-size: auto;
}

.botnav .navbar {
    margin-left: 25%;
}

.botnav {
    width: 100%;
    height: 100px;
    z-index: 2;
}

.rv-image {
    height: auto;
}

.rv-image > video {
    height: auto !important;
}

.section-ctn:empty {
    display: none;
}

div[class^="subdiv"]:empty {
    display: none;
}

div[class^="subdiv"] {
    margin-top: -1px;
}

.section-ctn[data-n="1"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="1"] .module1 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module1 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="1"] .module1 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="2"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="2"] .module2 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module2 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="2"] .module2 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="3"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="3"] .imgcont1-1 {
    flex: 1 1 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
/*center*/
    overflow: hidden;
}

.imgcont1-1 {
    --elem-width: 100%;
    width: 100%;
}

.section-ctn[data-n="3"] .image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-ctn[data-n="3"] .image1 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center !important;
    background-size: cover !important;
}

.section-ctn[data-n="3"] .content1 {
    position: relative;
    z-index: 3;
    width: 50%;
    height: auto;
    padding: 3% 5% 3% 3% !important;
    margin-left: 0px;
    margin-right: auto;
/*left*/
    background-color: transparent !important;
}

.section-ctn[data-n="3"] .content1 .inner-ctn {
     padding: 0% !important;
}

@media (max-width: 768px) {
    .section-ctn[data-n="3"] .imgcont1-1 {
        min-height: auto !important;
        height: auto !important;
    }

    .section-ctn[data-n="3"] .content1 {
        width: 80%;
        position: relative !important;
        min-height: fit-content;
    }
}

.section-ctn[data-n="4"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="4"] .module3 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module3 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="4"] .module3 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="5"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="5"] .imgcont2-2 {
    flex: 1 1 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
/*center*/
    overflow: hidden;
}

.imgcont2-2 {
    --elem-width: 100%;
    width: 100%;
}

.section-ctn[data-n="5"] .image2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-ctn[data-n="5"] .image2 .inner-ctn {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center !important;
    background-size: cover !important;
}

.section-ctn[data-n="5"] .content2 {
    position: relative;
    z-index: 3;
    width: 50%;
    height: auto;
    padding: 3% 3% 3% 5% !important;
    margin-left: auto;
    margin-right: 0px;
/*right*/
    background-color: transparent !important;
}

.section-ctn[data-n="5"] .content2 .inner-ctn {
     padding: 0% !important;
}

@media (max-width: 768px) {
    .section-ctn[data-n="5"] .imgcont2-2 {
        min-height: auto !important;
        height: auto !important;
    }

    .section-ctn[data-n="5"] .content2 {
        width: 80%;
        position: relative !important;
        min-height: fit-content;
    }
}

.section-ctn[data-n="6"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="6"] .module4 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module4 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="6"] .module4 {
        padding: 0% 0% 0% 0%;
    }
}

